From e2c34409d8dd8e4eb3ba2cb3d8bc1faa86b63e23 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Mitsuharu Date: Thu, 23 Aug 2007 08:44:02 +0000 Subject: [PATCH] Reflect configure.in change manually. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f3737d0a327..24f3a5cc677 100755 --- a/configure +++ b/configure @@ -11079,7 +11079,7 @@ fi ### Use -lrsvg-2 if available, unless `--with-rsvg=no' is specified. HAVE_RSVG=no -if test "${HAVE_X11}" = "yes"; then +if test "${HAVE_X11}" = "yes" || test "${HAVE_CARBON}" = "yes"; then if test "${with_rsvg}" != "no"; then if test "X${with_pkg_config_prog}" != X; then PKG_CONFIG="${with_pkg_config_prog}" -- 2.30.2